home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / rs232.zip / RS232.DOC < prev   
Text File  |  1986-12-23  |  5KB  |  130 lines

  1.  
  2.  
  3.  
  4.  
  5.         RS232 - Asynchronous Communications Port Monitor - Version 2.03
  6.  
  7.  
  8.         RS232 is a memory resident program that displays RS-232 signals
  9.         for com1 or com2.  It is intended to enhance internal modems by
  10.         supplying software "lights" similar to those found on most
  11.         external modems.
  12.  
  13.         Command Format:  RS232 [   | ? | 1 | 2 ]   where [ ... ] denotes a 
  14.                                                    choice the following:
  15.  
  16.              blank - Displays this output before installed
  17.                      Disables/enables display after installed
  18.  
  19.                  ? - Displays this output anytime
  20.  
  21.                  1 - Installs resident portion of RS232 for COM1
  22.  
  23.                  2 - Installs resident portion of rs232 for COM2
  24.  
  25.         No method of removing this program from memory has been
  26.         implemented.  A boot is required.
  27.  
  28.         The output of this monitor program is displayed in the upper
  29.         right hand corner of the display.  From left to right the meaning
  30.         of the eight character display is:
  31.  
  32.                   T R R C R C T S
  33.                   | | | | | | | |____ data (S)et ready
  34.                   | | | | | | |______ data (T)erminal ready
  35.                   | | | | | |________ (C)arrier detect
  36.                   | | | | |__________ (R)ing indicate
  37.                   | | | |____________ (C)lear to send
  38.                   | | |______________ (R)equest to send
  39.                   | |________________ (R)eceive data
  40.                   |__________________ (T)ransmit data
  41.  
  42.         If any signal is off, its position will show a period.
  43.  
  44.         Compatibility:
  45.  
  46.         RS232 has been tested with IBM and Hercules monochrome and IBM
  47.         color graphics video boards.  It has been used with an IBM EGA
  48.         for a limited time with no ill effects.  Modems that have been
  49.         tested with RS232 are Hayes 1200B, Hayes 300 and Ventel Half
  50.         Card.  RS232 runs on the author's Fido node and causes no
  51.         problems for the Fido software running on an IBM PC.
  52.  
  53.         Program limitations:
  54.  
  55.         The status bits used for Receive and Transmit Data get cleared
  56.         too fast by the communication programs to be of much use.  Those
  57.         signals therefore don't appear much of the time even though data
  58.         is being received and transmitted.
  59.  
  60.  
  61.         Copyright (c) 1986 William H. Beers, IV                 Page - 1
  62.         All Rights Reserved                                  23 Dec 1986
  63.  
  64.  
  65.  
  66.  
  67.         RS232 - Asynchronous Communications Port Monitor - Version 2.03
  68.  
  69.  
  70.         Update History:
  71.  
  72.         2.01 - April 86 - Original "working" version.
  73.         2.02 - Aug   86 - Internal clean up.
  74.         2.03 - Dec   86 - Fix lost characters when running with ProComm.
  75.                           Added code to RS232 to send EOI to the 8259 
  76.                           instead of waiting for int 8 to do it when 
  77.                           RS232 iret'd from int 1Ch.
  78.  
  79.         Distribution rights:
  80.  
  81.         Permission is granted to freely distribute this code, but not for
  82.         profit, provided that this notice, the following disclaimer, and
  83.         and this documenation file are included in their entirety and
  84.         without modifications of any sort or nature.  Commercial use of
  85.         this work, without the expressed written consent of the author,
  86.         is specifically prohibited.
  87.  
  88.         The author's address:
  89.  
  90.         William H. Beers, IV
  91.         1136 Bliss Drive
  92.         St. Louis, MO 63137
  93.  
  94.         Sysop, Fido 100/240, FidoNet mail only.
  95.  
  96.         Disclaimer:
  97.  
  98.         This prgoram is provided "as-is" without warranty of any kind,
  99.         either expressed or implied, including, but not limited to the
  100.         implied warranties of merchantability and fitness for a
  101.         particular purpose.  The entire risk as to the results and
  102.         performance of the program is assumed by the user.  Should the
  103.         program prove defective, you (and not the author) assume the
  104.         entire cost of all servicing, repair, or correction.
  105.  
  106.         The author or anyone else who has been involved in the creation,
  107.         production or delivery of this program shall not be liable for
  108.         any direct, indirect, consequential or incidental damages arising
  109.         out of the use or inability to use this program.
  110.  
  111.         Despite all the above, the author would appreciate having bugs
  112.         reported via FidoNet to SYSOP on node 100/240 or via US Mail.
  113.  
  114.  
  115.  
  116.         Credit for this notice's wording given to Thomas J. Foth.
  117.  
  118.         Credit given to John Socha for his screen save program which
  119.         provided an example of the basic technique for resident
  120.         programs.
  121.  
  122.  
  123.         Copyright (c) 1986 William H. Beers, IV                 Page - 2
  124.         All Rights Reserved                                  23 Dec 1986
  125.  
  126.  
  127.  
  128.  
  129. 
  130.